lcPaint_DrawPtbuf Home

Draws a polyline using data from points buffer.

 BOOL lcPaint_DrawPtbuf (
   HANDLE hLcWnd,
   HANDLE hPtbuf,
   BOOL bClosed
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
hPtbuf
  Handle to points buffer object.
bClosed
  If TRUE - draw closed polyline.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_DrawMpgon